Spread Windows Forms 10.0 Product Documentation
CreateComplexBorderSide(Color,Int32,DashStyle,Single[],Single[]) Method


Color of the side
Width of the side
DashStyle of the side
DashPattern of the side
CompoundArray of the side
Creates a complex border side with the specified color, width, dash style, dash pattern, and compound array.
Syntax
'Declaration
 
Public Overloads Function CreateComplexBorderSide( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal dashStyle As DashStyle, _
   ByVal dashPattern() As Single, _
   ByVal compoundArray() As Single _
) As ComplexBorderSide
'Usage
 
Dim instance As ComplexBorderSideFactory
Dim color As Color
Dim width As Integer
Dim dashStyle As DashStyle
Dim dashPattern() As Single
Dim compoundArray() As Single
Dim value As ComplexBorderSide
 
value = instance.CreateComplexBorderSide(color, width, dashStyle, dashPattern, compoundArray)
public ComplexBorderSide CreateComplexBorderSide( 
   Color color,
   int width,
   DashStyle dashStyle,
   float[] dashPattern,
   float[] compoundArray
)

Parameters

color
Color of the side
width
Width of the side
dashStyle
DashStyle of the side
dashPattern
DashPattern of the side
compoundArray
CompoundArray of the side

Return Value

Complex border side (ComplexBorderSide object) with the parameters specified
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ComplexBorderSideFactory Class
ComplexBorderSideFactory Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.